home *** CD-ROM | disk | FTP | other *** search
/ Labatt Ice Clubber's Guide Tour / Labatt Ice Clubber's Guide Tour.iso / mos / demo.exe / scripts / DefineButton2_316 / BUTTONCONDACTION on(press).as
Text File  |  1999-02-11  |  107b  |  8 lines

  1. on(press){
  2.    tellTarget("../../indicator")
  3.    {
  4.       gotoAndStop("4");
  5.    }
  6.    gotoAndStop(21);
  7. }
  8.